home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / hardware / host.arc / HOST.DOC < prev    next >
Text File  |  1989-01-31  |  4KB  |  85 lines

  1.  
  2. HOST.BAT    by Hale Pringle, University of Central Florida, LAN Institute
  3.  
  4.  
  5. PURPOSE
  6.  
  7. This batch file and associated small program files can be used to run Carbon
  8.  Copy (or PC Anywhere or Remote or ....) so that during normal office hours
  9.  your phone rings normally (allowing a secretary or answering service to
  10.  answer it.)
  11.  
  12. After hours the remote communications software is installed and the modem
  13.  answers the phone.
  14.  
  15. The modem answers the phone on weekends and the PC will reinstall Carbon
  16.  Copy if you lock the PC, but are still able to reboot it.
  17.  
  18. Reboots during office hours will not install Carbon Copy.
  19.  
  20. It is assumed that you know how Carbon Copy or PC Anywhere operates.
  21.  
  22.  
  23. FILES
  24.  
  25. This ARCed file contains Four files
  26.  
  27. HOST.DOC  -   This file
  28. HOST.BAT  -   A batch file for installing in a root directory
  29. REBOOT.EXE -  A small file which reboots a PC.  In this case it also resets
  30.               a modem so that it will not answer an office phone.
  31. WAITUNTL.COM -A public domain program which waits until a PCs clock reaches
  32.               a specified time.
  33. DAYCHK.ARC   -A program (DAYCHECK.COM) and associated doc & demo files).  This
  34.               public domain program uses errorlevel to allow batch files to
  35.               tell what day of the week and what time it is.  This was
  36.               written by Rob J. Rosenberger (74017,1344) and downloaded from
  37.               CIS go IBMSYS, library 3.
  38.  
  39.  
  40. INSTALLATION
  41.  
  42. Install Carbon Copy in a subdirectory call CARBON under the root of your C:
  43.  drive.  Copy HOST.ARC into this subdirectory.   Use ARC-E or PKUNPAK
  44.  to uncompress these files (you will need to uncompress DAYCHK.ARC once
  45.  you extract it from HOST.ARC.)  HOST.BAT needs to be copied to the root
  46.  of your C: drive.  (I assume that the root of your C: drive is in your path
  47.  so that when you type HOST, DOS can find HOST.BAT.  If you place it some-
  48.  where else, change the COPY HOST.BAT C:\CARBON\DOCC.BAT to that it can find
  49.  HOST.BAT.)
  50.  
  51. You will need to place one line at the end of your AUTOEXEC.BAT file.  This
  52.  line is       IF EXIST C:\CARBON\DOCC.BAT  HOST
  53.  
  54. OPERATION
  55.  
  56. When you get ready to leave your office type HOST and press return. The
  57.  system will boot and either install Carbon Copy and initialize the modem or
  58.  wait until 6:00 pm and then it will install Carbon Copy.  The PC will
  59.  automatically reboot the next morning and 7:00 am and wait for you or for
  60.  6:00 pm so it can reload Carbon Copy.  You will need to press CRTL BREAK to
  61.  exit the batch file.
  62.  
  63. The only time you will need to do something special is when you boot your
  64.  PC from your office at night and DO NOT want Carbon Copy to load.  It will
  65.  prompt you to erase C:\CARBON\DOCC.BAT.  After you erase this file, your
  66.  PC will not automatically load Carbon Copy until you type HOST again.
  67.  
  68. WARRANTIES
  69.  
  70. Obviously this is submitted for you to use at your own risk 'as is' or as a
  71.  model for something that suits you better.  I don't guarantee that it
  72.  will meet your needs and take no responsibility for any problems that might
  73.  be caused by its operation.  I do guarantee that I will do my best to fix
  74.  it if a problem or short coming is discovered.
  75.  
  76. Hope this works for you.  It has been enhanced over what I have used in the
  77.  past at the request of several people on CIS.   (I was using the WAITUNTL
  78.  and had a special batch file for weekends.)
  79.  
  80. Send me an EASYPLEX message a 76666,3166 if you discover a problem or wish to
  81.  leave a comment.
  82.  
  83.     --Hale Pringle
  84.  
  85.